home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming a Multiplayer FPS in DirectX
/
Programming a Multiplayer FPS in DirectX (Companion CD).iso
/
Paint Shop Pro
/
PSP900enTR.exe
/
Data1.cab
/
_32F47EB726444B18BC65D9F0C6163978
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-16
|
585 b
|
25 lines
from JascApp import *
def ScriptProperties():
return {
'Author': u'Jasc Software, Inc.',
'Copyright': u'Copyright (c) 2003-2004 Jasc Software, Inc. All rights reserved.',
'Description': u'',
'Host': u'Paint Shop Pro',
'Host Version': u'8.10'
}
def Preset_Enamel():
return {
'Angle': 315,
'Blur': 80,
'Color': (255,255,255),
'Density': 40,
'Detail': 10
}
def Do(Environment):
# Enamel
App.Do( Environment, 'Enamel', Preset_Enamel())